home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack 1995 May
/
PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso
/
cd
/
intro.bat
next >
Wrap
DOS Batch File
|
1995-03-07
|
1KB
|
21 lines
echo off
cls
@echo Welcome to the PC ATTACK boot disk!
@echo If you find that you still don't have enough memory to run your program
@echo and you have MS-DOS 6, try using the MEMMAKER utility: just type
@echo A: [enter]
@echo MEMMAKER [enter]
@echo Everyone else, try replacing DEVICE statements in the CONFIG.SYS file
@echo with DEVICEHIGH statements, and prefixing commands in AUTOEXEC.BAT with
@echo LOADHIGH, to move some drivers into the upper memory area and free the
@echo conventional memory you need. Consult your MS-DOS manual if you are
@echo unfamiliar with these terms.
@echo To check the state of your PC's memory, type
@echo MEM/C [enter]
@echo The figure for "Largest executable program size" needs to be as large as
@echo you can make it.
@c:
@echo on